See how to adjust the Exact ranking criterion. The criterion counts the number of exact matches between a query and a record.
optionalWords
setting.
For example, for the query “iPhon 14”, a record containing “iPhone 14” would have a Words score of 2 and an Exact score of 1.
exactOnSingleWordQuery
to word
.
Consider doing this if you don’t have many important single-word attributes and want matches on single-word and multi-word attributes to rank evenly.
For example, you search for “Road” in a TV database site, and there are two records with “Road” and “Road Trip” as the title
attribute:
exactOnSingleWordQuery
= attribute
(the default). Only matches the record with “Road” as the title
exactOnSingleWordQuery
= word
. Matches both “Road” and “Road Trip”.disableExactOnAttributes
setting.
Consider doing this if you have text-heavy attributes such as description
that makes exact matching more likely and less useful for ranking.
Doing this gives attributes with shorter content, such as title
or name
, more control over ranking.
alternativesAsExact
setting.